home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / WHITE / TELNET next >
Text File  |  1998-01-25  |  3KB  |  124 lines

  1. Help file for !Telnet
  2. ~~~~~~~~~~~~~~~~~~~~~
  3.  
  4.   Application : Telnet
  5.   Purpose     : A command line telnet program
  6.   Version     : 0.02
  7.   Author      : Leo White
  8.   Date        : Thu 22nd January 1998
  9.          
  10. © Leo White, 1998
  11.  
  12. --------------------------------------------------------------------
  13.  
  14. Telnet is a simple command line telnet program.  It can be used
  15. to connect to unix machines, chat daemons, MUDs etc.  The only telnet
  16. option it supports is 'echoing', and runs in a char-by-char mode.
  17. Hopefully later versions will support more telnet options.
  18.  
  19. --------------------------------------------------------------------
  20.  
  21. Usage:  telnet can be run in the following way
  22.  
  23. telnet <hostname> <port>
  24. or
  25. telnet <hostname>:<port>
  26.  
  27.   If telnet is run with no arguments then it will prompt for a hostname
  28. to connect to.
  29.   Hostname can either be the textual host name "your.hostname.com"
  30. or can be the equivalent IP number "123.456.789.1".  If the port
  31. number if not specified then the default telnet port number is
  32. used (23)
  33.  
  34.  Also if the hostname is "0", then telnet will attempt to connect
  35. to "localhost".
  36.  
  37.   
  38. --------------------------------------------------------------------
  39.  
  40. Things To Do
  41. ~~~~~~~~~~~~
  42.  
  43.   -Support more of the telnet options
  44.   -Add the ability to switch between linemode and char-by-char mode.
  45.   -Allow the user to 'escape' out to a 'telnet>' promopt
  46.    
  47. --------------------------------------------------------------------
  48.  
  49. Program History
  50. ~~~~~~~~~~~~~~~
  51.  
  52. Version 0.01
  53. ~~~~~~~~~~~~
  54.  
  55.   Hostname lookup and connection.  Only seems to want to connect to 
  56. MUDs and chat daemons.  But not to 'proper' telnet daemons.
  57. Ran in linemode.
  58. Runs happily in a taskwindow.
  59.  
  60. Version 0.02 Thu 22nd January 1998
  61. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  62.  
  63. Fixed a small bug which allowed telnet to connect to 'proper' unix
  64. telnet daemons.  
  65. Switched to running in char-by-char mode as this works better
  66. on unix machines.
  67.  
  68. ----------------------------------------------------------------
  69.  
  70. Disclaimer
  71. ~~~~~~~~~~
  72.  
  73.   This software is provided as is.  The author cannot take responsibility
  74. for any loss of data or any other problems consequent upon the use of
  75. this program.
  76.  
  77. ----------------------------------------------------------------
  78.  
  79. Conditions of Use
  80. ~~~~~~~~~~~~~~~~~
  81.  
  82.   This software is freeware.  It may be freely distributed as long as no
  83. money is exchanged, apart from cost of distribution i.e. cost of discs,
  84. and that all the original files are included.
  85.  
  86. ----------------------------------------------------------------
  87.  
  88.  
  89. Updates and Listing Files
  90. ~~~~~~~~~~~~~~~~~~~~~~~~~
  91.  
  92. You can get the latest version of telnet from my web page
  93. at 
  94.  
  95.   http://www.ukc.ac.uk/php/lptw1
  96. or at
  97.   http://www.brighteyes.u-net.com
  98.   
  99.  
  100. ----------------------------------------------------------------
  101.  
  102. Contacting The Author
  103. ~~~~~~~~~~~~~~~~~~~~~
  104.  
  105.   If you wish to contact me, e.g. to tell me about any bugs, 
  106. improvements etc. Or if you just want to send me large amounts of
  107. money :) (Well you never know), then you can use the following 
  108. methods.
  109.  
  110. email : lptw1@ukc.ac.uk  (Should be valid for a few more years yet)
  111.         lptw1@brighteyes.u-net.com
  112.         
  113. or send mail to
  114.  
  115. L P T White
  116. 208 New Road
  117. West Parley
  118. Ferndown
  119. Dorset
  120. BH22 8EN
  121.  
  122. Any mail arriving here will be sent on to me at University. So could take
  123. quite some time to reach me.
  124.